✨ Init Ubuntu 26 - New release Resolute#1987
Conversation
|
Hi @Whisper40. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
i'm waiting the "ok-to-test" to start debugging :) |
|
/ok-to-test |
|
/retest |
4 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
Azure pull failing due to Ubuntu 26.04 not available on Azure.. |
|
/retest |
1 similar comment
|
/retest |
|
@AndiDog Hi, the CI is actually not failing due to Ubuntu26 but Photon5 almalinux-9: SUCCESS For Azure failure : |
AndiDog
left a comment
There was a problem hiding this comment.
- Apart from inline comments,
docs/book/src/capi/providers/maas.mdsays
The image will be located in
images/capi/output/BUILD_NAME+kube-KUBERNETES_VERSION. Replacexxxxwith2204or2404, depending on the Ubuntu version.
From the PR diff, I guess 2604 should also be available. Let's remove the mention of the very old 2204 in that file as well.
- There should be official builds since April 23rd (yesterday), let's try removing the beta parts.
This is based on a deep AI review, btw. I didn't find the time yet to check this out myself.
Would you mind telling us which images you tried building yourself, and ran them successfully on a Kubernetes cluster? If any... no worries if that didn't happen yet 😉.
|
@AndiDog Check this link, Ubuntu 26 is not available for Azure. The beta part has been removed for few days |
|
/retest |
5 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
@AndiDog The CVM image for Ubuntu 26 is not yet available on Azure, it's why it is failing actually. |
|
/retest |
1 similar comment
|
/retest |
| build-azure-sig-ubuntu-2604-gen2: ## Builds Ubuntu 26.04 Gen2 managed image in Shared Image Gallery | ||
| build-azure-sig-ubuntu-2204-cvm: ## Builds Ubuntu 22.04 CVM managed image in Shared Image Gallery | ||
| build-azure-sig-ubuntu-2404-cvm: ## Builds Ubuntu 24.04 CVM managed image in Shared Image Gallery | ||
| #build-azure-sig-ubuntu-2604-cvm: ## Builds Ubuntu 26.04 CVM managed image in Shared Image Gallery |
There was a problem hiding this comment.
Is this target commented out because it's not working?
There was a problem hiding this comment.
It is commented out because ubuntu-2604-cvm is not available on azure yet
|
/retest |
1 similar comment
|
/retest |
|
@Whisper40: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/retest |
|
@mboersma Ready to merge ? |
- Update Makefile, azure_targets.sh, init-sig.sh with ubuntu-2604 targets - Disable Azure Ubuntu 26 CVM target (not available yet) - Replace deprecated apt_key with signed-by keyring approach (all roles) - Map Azure CLI codename resolute->noble (no MS repo for 26.04 yet) - Set QEMU memory to 4GB for Ubuntu 26.04 - Update README.md and all provider docs - Fix sysctl path for Ubuntu 26.04 (systemd 259 no longer loads /etc/sysctl.conf) - Stop background apt services to prevent race conditions during build
mboersma
left a comment
There was a problem hiding this comment.
/lgtm
/approve
Thanks so much @Whisper40! This is an important addition.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mboersma The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Change description
The goal of this PR is to initiate the work for Ubuntu 26.
Related issues
Additional context